-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix softap sample connection issue on 54H #20062
base: main
Are you sure you want to change the base?
Conversation
Separate the target entries for nRF54H20 and nRF54L15 to maintain distinct extra arguments. Signed-off-by: Triveni Danda <[email protected]>
…4H20 Add extra Kconfig argument to set heap size for the nRF54H20 target. Signed-off-by: Triveni Danda <[email protected]>
Resolve the WPA2 connection failure caused by insufficient heap memory for cryptographic operations. Signed-off-by: Triveni Danda <[email protected]>
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 3dae141cfa9dfef53aee3871061c498276636389 more detailssdk-nrf:
Github labels
List of changed files detected by CI (2)
Outputs:ToolchainVersion: 342151af73 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR at this link. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
Fixes SHEL-3381